widget: Avoid uninitialized access
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 15:24:09 +0000 (11:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Jun 2020 17:42:02 +0000 (13:42 -0400)
commit5229069101a48aba7ee9c1fd8dbcadf4da917f70
treea556574c8c94ecadae1f3a188505f5a480fb2c47
parenta6752bd3e0ff43d2865b543a684912831d04b022
widget: Avoid uninitialized access

Initialize all field in the GtkCrossingData struct
when synthesizing crossing events.

Fixes: #2743
gtk/gtkwidget.c